home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr22 / times2.zip / INSTALL.SCR < prev    next >
Text File  |  1993-05-17  |  3KB  |  66 lines

  1. ;SETTIME 1.3 INSTALLATION SCRIPT
  2. ;COPYRIGHT 1988 BY UNIQUE SOFTWARE
  3. ;
  4. ; NOTE * KEEP BOTH ORIGINAL files in a SAFE place
  5. ;      *
  6. ;      * NEVER use your ORIGINAL COPY for installation
  7. ;      *
  8. ;      * You can REMOVE all comment lines in this script file for
  9. ;      *     faster script execution. If you don't remove these
  10. ;      *     lines, each one will cause DEBUG to show an `Error'
  11. ;      *     but this does NOT affect INSTALL's operation.
  12. ;      *
  13. ;      * Once you have made all the changes to INSTALL your defaults
  14. ;      *      type "DEBUG < INSTALL.SCR" after your DOS prompt (don't
  15. ;      *      type the quote marks).
  16. N SETTIME.COM
  17. L
  18. E 103 00
  19. ;     ^^ change the above 00 to 01 if your modem is setup as COM2
  20. ; NOTE: some versions of DOS support COM3=02 and COM4=03
  21. E 129 'ATDT12026530351                                                 '
  22. ;     ^................................................................^
  23. ;            above is the number for United States Naval Observatory Time.
  24. ; Your dialing string can be as many as 64 characters long but NOT longer!
  25. ; This enables you to dial through varied LD services or PBX systems.
  26. ;      NOTE that the apostrophe on each end of the string are not part of
  27. ; the string itself but MUST NOT be removed from this file!
  28. E 169 0F
  29. ;     ^^ if you changed the length of your command string then you need to
  30. ; change the HEX value, 0F, above to the proper length of your dialing string.
  31. ; The above [default] string is 15 characters long so the length is set to 
  32. ; 15 decimal or 0F HEX.
  33. E 128 19
  34. ;     ^^ another HEX value. this is the number of seconds that SETTIME will 
  35. ; wait for carrier detect before trying to redial. [default=25 or 19 HEX]
  36. ; The length is entirely up to you, your modem, how fast it dials, etc.
  37. E 16B 0D
  38. ;     ^^ another HEX value...this is a <CR> required by all Hayes compatible
  39. ; modems to execute a command string. DO NOT change this unless you modem
  40. ; requires another character. [Some old Tandy Modems require a "X" or 58 HEX.]
  41. E 16C '~+++~~ATH0          '
  42. ;     ^....................^
  43. ;         above is the hangup string you modem requires to disconnect. NOTE
  44. ; that SETTIME attempt disconnect first by dropping DTR which for MOST modems
  45. ; will immediately drop carrier. Other modems require the escape string only,
  46. ; "+++". While others require the escape string and the "ATH0" to hangup.
  47. ;         The tildes, "~", are NOT transmitted. SETTIME translates these into
  48. ; a pause. You may have to add additional pauses for your modem to hangup
  49. ; properly. Also note that even if you modem does NOT hangup, USNO will
  50. ; disconnect after 60 seconds. Here again the apostrophe on each side of the
  51. ; hangup string is NOT part of the hangup string but MUST REMAIN in this
  52. ; file!
  53. E 180 0A
  54. ;     ^^ another HEX number. This is the length of the hangup string.
  55. ; Adjust this number to whatever length is appropriate.
  56. E 182 05
  57. ;     ^^ The number of hours offset from Greenwich Mean Time where you live.
  58. ; ADT=3 / AST=4 / EDT=4 / EST=5 / CDT=5 / CST=6 / MDT=6 / MST=7 / PDT=7 / PST=8
  59. E 184 9A
  60. ;     ^^ Intializes RS232 port (specified above) to 1200 7E1. Some modems 
  61. ; require 1200 8N1. If your modem is not dialing change this to "83" which 
  62. ; will intialize your RS232 to 1200 8N1.
  63. W
  64. Q
  65.  
  66.